home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Made with REALbasic™ / Database / db Reports 2.3 / Sample / report < prev   
Encoding:
Text File  |  2000-11-18  |  2.7 KB  |  85 lines

  1. <rbreport dtdVersion="2.0">
  2.     <header useGrid="yes" showGrid="yes" gridSize="12" measure="px" textFont="Helvetica" textSize="10">
  3.         <margins topMargin="36" bottomMargin="36" leftMargin="36" rightMargin="36"/>
  4.         <dataSource type="REALDatabase" location="HFS+:Desktop Folder:Stuff ƒ:db Reports:db Reports 2.2:Sample:" database="REALdatabase.rdb" order="" limit="0">
  5.             <table>
  6.                 <![CDATA[items]]>
  7.             </table>
  8.         </dataSource>
  9.     </header>
  10.     <band bandType="header" break="report" height="50"/>
  11.     <band bandType="header" break="page" height="16">
  12.         <reportObject type="text" top="0" left="36" width="21" height="12" align="" bold="yes">
  13.             <contents>
  14.                 <![CDATA[Qty]]>
  15.             </contents>
  16.         </reportObject>
  17.         <reportObject type="text" top="0" left="61" width="29" height="12" align="" bold="yes">
  18.             <contents>
  19.                 <![CDATA[Desc]]>
  20.             </contents>
  21.         </reportObject>
  22.         <reportObject type="text" top="0" left="156" width="27" height="12" align="" bold="yes">
  23.             <contents>
  24.                 <![CDATA[Rate]]>
  25.             </contents>
  26.         </reportObject>
  27.         <reportObject type="text" top="0" left="187" width="29" height="12" align="" bold="yes">
  28.             <contents>
  29.                 <![CDATA[Total]]>
  30.             </contents>
  31.         </reportObject>
  32.     </band>
  33.     <band bandType="header" break="custom" height="0">
  34.         <break>
  35.             <![CDATA[items.invoice]]>
  36.         </break>
  37.     </band>
  38.     <band bandType="body" break="custom" height="15">
  39.         <reportObject type="field" top="0" left="36" width="21" height="12" align="">
  40.             <contents>
  41.                 <![CDATA[items.qty]]>
  42.             </contents>
  43.         </reportObject>
  44.         <reportObject type="field" top="0" left="61" width="91" height="12" align="">
  45.             <contents>
  46.                 <![CDATA[items.desc]]>
  47.             </contents>
  48.         </reportObject>
  49.         <reportObject type="field" top="0" left="156" width="27" height="12" align="">
  50.             <contents>
  51.                 <![CDATA[items.rate]]>
  52.             </contents>
  53.         </reportObject>
  54.         <reportObject type="field" top="0" left="187" width="32" height="12" align="Right">
  55.             <contents>
  56.                 <![CDATA[items.total]]>
  57.             </contents>
  58.         </reportObject>
  59.     </band>
  60.     <band bandType="footer" break="custom" height="20">
  61.         <break>
  62.             <![CDATA[items.invoice]]>
  63.         </break>
  64.         <reportObject type="field" top="0" left="187" width="32" height="12" align="Right" calculation="Sum">
  65.             <contents>
  66.                 <![CDATA[items.total]]>
  67.             </contents>
  68.         </reportObject>
  69.     </band>
  70.     <band bandType="footer" break="page" height="20">
  71.         <reportObject type="line" top="3" left="0" width="522" height="3" size="1"/>
  72.         <reportObject type="field" top="6" left="0" width="56" height="12">
  73.             <contents>
  74.                 <![CDATA[//]]>
  75.             </contents>
  76.         </reportObject>
  77.         <reportObject type="field" top="6" left="472" width="50" height="12" align="Right">
  78.             <contents>
  79.                 <![CDATA[##]]>
  80.             </contents>
  81.         </reportObject>
  82.     </band>
  83.     <band bandType="footer" break="report" height="30"/>
  84. </rbreport>
  85.